home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_sz / what < prev    next >
Text File  |  1994-10-02  |  427b  |  23 lines

  1. what:
  2.  
  3. Syntax:    what ( )
  4.     what ( list )
  5.  
  6. Description:
  7.  
  8.     What returns a STRING matrix of all the built-in and
  9.     user-defined functions that currently reside in the global
  10.     symbol table. If you supply a LIST argument to what, it will
  11.     print out a list of the user-defined functions in the LIST.
  12.  
  13.         what ( $$ ) 
  14.  
  15.     is the same as
  16.  
  17.         what ()
  18.  
  19.     Since `$$' is the special symbol that represents the global
  20.     symbol table.
  21.  
  22. See Also: who
  23.